

  Moniker theme for Moin


== Homepage ==

Look here for updates, info, etc: 
	http://moinmo.in/ThemeMarket/Moniker



== To install ==

 1. copy the moniker19.py to your themes directory. 
     This is usually in the /<wiki instance>/plugins/theme/ directory.
 
 2. copy the 'moniker' folder (the one that contains the css, img, and js folders) to your htdocs directory. 
     This is usually in the /<python>/share/moin/htdocs/ directory.
 
 3. In your wikiconfig.py/farmconfig.py file, set 
     theme_default = 'moniker19'



== Optional moniker_cms install ==

 1. copy BOTH the moniker19.py AND moniker19_cms.py files into your 'theme' directory.

 2. copy the 'moniker' folder (the css, img, js one) into your htdocs directory (as above).

 3. In your wikiconfig.py/farmconfig.py file, set 
     theme_default = 'moniker19_cms'


Restart your moin-serving service (Apache, or mod_wsgi, etc).

-Rick


